Q3Box_GetOrigin
You can use theQ3Box_GetOrigin
function to get the origin of a box.
TQ3Status Q3Box_GetOrigin ( TQ3GeometryObject box, TQ3Point3D *origin);
box
- A box.
origin
- On exit, the origin of the specified box.
DESCRIPTION
TheQ3Box_GetOrigin
function returns, in theorigin
parameter, the origin of the box specified by thebox
parameter.